home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 122
/
MOBICLIC 122.ISO
/
mac
/
DATA
/
DSS122
/
DSS122_01
/
DSS122_01.swf
/
scripts
/
frame_10
/
DoAction.as
Wrap
Text File
|
2010-02-11
|
990b
|
38 lines
function initBT_RETOUR()
{
var _loc3_ = this.BT_RETOUR;
_loc3_.onRollOver = function()
{
joueBruitage({nomSon:"B_RETOUR"});
gereTextes.afficheIB({mc:this,codeIB:"IB100"});
this.gotoAndPlay("E2");
gereCursor(2);
};
_loc3_.onRollOut = _loc3_.onDragOut = function()
{
stopBruitage({nomSon:"B_RETOUR"});
gereTextes.masqueIB({mc:this,codeIB:"IB100"});
this.gotoAndPlay("E1");
gereCursor(1);
};
_loc3_.onPress = function()
{
gZone = this.pNum;
stopBruitage({nomSon:"B_RETOUR"});
gereTextes.masqueIB({mc:this,codeIB:"IB100"});
_global.ChangeModule({codeRub:"DSS",numMod:0,A_GoLabel:"ATTENTE"});
};
}
var nom_du_son = "00";
gNextLabel = "CARTE";
joueSon({nomSon:nom_du_son});
LATE.gotoAndStop("E2");
stop();
LETTRE_01._alpha = 0;
if(_global.HOTE.gListeLettres_DSS122[0] == 1)
{
LETTRE_01._visible = 0;
FOND_01.LETTRE_01._visible = 0;
}
initBT_RETOUR();